home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / powerb5.zip / P5UTL009.TIP < prev    next >
Text File  |  1993-06-01  |  1KB  |  36 lines

  1. A friend recently asked me to find a program to make his
  2. cursor bigger. The only ones I could find were big and
  3. memory resident, so I wrote a short program that makes the
  4. cursor one to seven scan lines high and doesn't stay in
  5. memory. When you run the program, it prompts you for a
  6. single-digit number; if you type anything other than a
  7. number from 1 through 7, the cursor is made seven lines
  8. high.
  9.  
  10. Igor Shpak
  11. Brooklyn, New York
  12.  
  13. Editor's Note: We're always pleased to receive programs by
  14. youthful contributors; the author of this utility, Igor
  15. Shpak, is a 17-year-old Russian immigrant who has been in
  16. the United States for three years. His short utility works
  17. as advertised; it sets the cursor at one to seven scan lines
  18. high. (A scan line is one of the tiny horizontal lines of
  19. pixels that make up the image on your screen.) Only one
  20. caveat here: Some computers with an unusual or older display
  21. adapter or BIOS might produce odd cursor shapes in response
  22. to this program. On most machines, however, including all
  23. the laptops I tried, it works beautifully.
  24.  
  25. We originally published CURSOR.COM as a DEBUG script, but
  26. you can find it already assembled in the P5UTL directory of
  27. your PowerBase *.* Volume 5 diskette.
  28.  
  29.  
  30. Title: Better to Light a Single Cursor
  31. Category: UTL
  32. Issue Date: November, 1992
  33. Editor: Brett Glass
  34. Supplementary Files: P5UTL\CURSOR.COM
  35. Filename: P5UTL009.TIP
  36.